﻿/* 产品按钮列表 ************************************************************************************************************/
/*
body {
    word-wrap: break-word;
}*/


.met-index-product .nav-tabs {
	border-bottom: none;
	margin: -8px auto;
	text-align: center;
		font-size: 14px;
	line-height: 1.57142857;
}
.met-index-product .nav-tabs li {
	white-space: nowrap;
	display: inline-block;
	float: none;
	opacity: 0;
	-webkit-transform: scale(0.78);
	transform: scale(0.78);
}
.met-index-product .nav-tabs li h3 {
	margin: 0;
	font-size: inherit;
	font-weight: normal;
	line-height: inherit;
	text-shadow: none;
	color: inherit;
	font-size: 14px;
}

.cpul {
    list-style: none;
    padding: 7px;
}
.met-index-product .nav-tabs li a {
    padding: 8px 8px;
    border-radius: 30px;
    white-space: nowrap;
    border: 1px solid;
    background: #fff;
    color: rgb(102, 102, 102);
}
.met-index-product .nav-tabs li a:hover {
	padding: 8px 8px;
	background: #027938;
	color: #fff;
}

.nav>li>a {
    overflow: hidden;
}
.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.57142857;
}
.nav>li>a {
    position: relative;
    display: block;
}
a {
    text-decoration: none;
}

/* 产品按钮列表END ************************************************************************************************************/
